hasModifier method
Return true
if this element has the given modifier
associated with it.
Implementation
bool hasModifier(Modifier modifier) => _modifiers[modifier];
Return true
if this element has the given modifier
associated with it.
bool hasModifier(Modifier modifier) => _modifiers[modifier];