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