ResizeButton constructor
const
ResizeButton({})
Implementation
const ResizeButton(
{Key? key,
required this.function,
this.buttonName = "start",
this.endLabel = "end",
this.startColor = Colors.blue,
this.endColor = Colors.red,
this.miniSize = 120,
this.largeSize = 350,
this.icon = const Icon(Icons.favorite,color: Colors.pink,)})
: super(key: key);