usesActionBlocks property
bool
get
usesActionBlocks
Whether this widget class uses any action blocks.
Implementation
bool get usesActionBlocks => actionBlockKeys.isNotEmpty;
Whether this widget class uses any action blocks.
bool get usesActionBlocks => actionBlockKeys.isNotEmpty;