Skip to main content

SizeConfig class

<p>SizeConfig class is used to initialise the height and width of the media.</p>

Constructors

SizeConfig ()

Properties

hashCodeint

The hash code for this object.
<span class="feature">read-only</span><span class="feature">inherited</span>

runtimeTypeType

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

blockSizeHorizontaldouble?

<span class="feature">read / write</span>

blockSizeVerticaldouble?

<span class="feature">read / write</span>

paddingTopdouble?

<span class="feature">read / write</span>

safeBlockHorizontaldouble?

<span class="feature">read / write</span>

safeBlockVerticaldouble?

<span class="feature">read / write</span>

screenHeightdouble?

<span class="feature">read / write</span>

screenWidthdouble?

<span class="feature">read / write</span>