BordersSize class

A class to represent the size of a window's borders.

Constructors

BordersSize(int top, int left, int bottom, int right)
Create the borders sizes.

Properties

bottom int
The size of the bottom border.
final
hashCode int
The hash code for this object.
no setterinherited
left int
The size of the left border.
final
The size of the right border.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
top int
The size of the top border.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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