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