SizeConfig class
<p>SizeConfig class is used to initialise the height and width of the media.</p>
Constructors
SizeConfig ()
Properties
hashCode → int
The hash code for this object.
<span class="feature">read-only</span><span class="feature">inherited</span>
runtimeType → Type
A representation of the runtime type of the object.
<span class="feature">read-only</span><span class="feature">inherited</span>
Methods
init(BuildContext context) void
noSuchMethod(Invocation invocation) dynamic
Invoked when a non-existent method or property is accessed.
<span class="feature">inherited</span>
test() void
toString() String
A string representation of this object.
<span class="feature">inherited</span>
Operators
operator ==(Object other) bool
The equality operator.
<span class="feature">inherited</span>
Static Properties
blockSizeHorizontal ↔ double?
<span class="feature">read / write</span>
blockSizeVertical ↔ double?
<span class="feature">read / write</span>
paddingTop ↔ double?
<span class="feature">read / write</span>
safeBlockHorizontal ↔ double?
<span class="feature">read / write</span>
safeBlockVertical ↔ double?
<span class="feature">read / write</span>
screenHeight ↔ double?
<span class="feature">read / write</span>
screenWidth ↔ double?
<span class="feature">read / write</span>