reset static method
dynamic
reset(
- dynamic context,
- dynamic onPressed, {
- dynamic showLabel = true,
Implementation
static reset(context, onPressed, {showLabel: true}) => CryButton(
label: showLabel ? S.of(context).reset : null,
iconData: Icons.refresh,
onPressed: onPressed);