menu
blueprint_flutter_core package
documentation
blueprint_widgets.dart
FxPane
hasIcon property
hasIcon property
dark_mode
light_mode
hasIcon
property
@
override
bool
get
hasIcon
override
True if the pane has an icon.
Implementation
@override bool get hasIcon => super.hasIcon || icon != null;
blueprint_flutter_core package
documentation
blueprint_widgets
FxPane
hasIcon property
FxPane class