Every Flutter widget has an @override build() method with the argument of BuildContext . class CartItemWidget extends StatelessWidget { @override Widget build(BuildContext context) { // …
Every Flutter widget has an @override build() method with the argument of BuildContext . class CartItemWidget extends StatelessWidget { @override Widget build(BuildContext context) { // …