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.amber,
this.miniSize = 120,
this.largeSize = 350,
this.icon = const Icon(Icons.star_half_rounded)})
: super(key: key);