reset static method

dynamic reset(
  1. dynamic context,
  2. dynamic onPressed, {
  3. dynamic showLabel = true,
})

Implementation

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