usesCustomActions property
bool
get
usesCustomActions
Whether this widget class uses any custom actions.
Implementation
bool get usesCustomActions => customActionKeys.isNotEmpty;
Whether this widget class uses any custom actions.
bool get usesCustomActions => customActionKeys.isNotEmpty;