usesAppConstants property
bool
get
usesAppConstants
Whether this widget class uses any app constants.
Implementation
bool get usesAppConstants => appConstantKeys.isNotEmpty;
Whether this widget class uses any app constants.
bool get usesAppConstants => appConstantKeys.isNotEmpty;