defaultActionLabel static method
Implementation
static Widget defaultActionLabel(BuildContext context, String label) => Text(
label,
style: TextStyle(
color: Theme.of(context).colorScheme.secondary,
fontWeight: FontWeight.bold),
);