build abstract method
Must override this method to build the custom Widget with the given color as
Implementation
@override
Widget build(
BuildContext context, {
required Size size,
Color? color,
bool enabled = true,
});
Must override this method to build the custom Widget with the given color as
@override
Widget build(
BuildContext context, {
required Size size,
Color? color,
bool enabled = true,
});