PredefinedSizes<T> mixin

Properties

allRanges List<Range>
no setterinherited
config ApplyPluginsConfig
getter/setter pairinherited
cRanges List<Range>
finalinherited
defaultConfig Map<String, dynamic>
getter/setter pairinherited
defaultValue → T
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
no setterinherited
index int
no setterinherited
key String
no setter
noneValue → T?
no setter
pluginType → PluginType
no setterinherited
props List<Object>
The list of properties that will be used to determine whether two instances are equal.
no setterinherited
ranges List<Range>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
values ValuesList
finalinherited

Methods

addValue(String? value) → void
inherited
createInstance(ElementClass elementClass) → Plugin
inherited
getSideValues() SidesValue<T>
getValue([String? side]) → T?
handleBoxDecoration(Options options, DivWidget element) → Options
inherited
matches(String key) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run(WidgetBuilder start, DivWidget divWidget) WidgetBuilder
inherited
runHolder(HolderOptions holderOptions) → HolderOptions
inherited
setConfig() → void
inherited
toString() String
A string representation of this object.
inherited
update(ElementClass elementClass) → void
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited