CyberSize class
Class để định nghĩa size (có thể là số cụ thể hoặc fill parent)
Constructors
- CyberSize(double? _value, bool _isFill)
-
const
- CyberSize.fill()
-
Tạo size fill parent (*)
const
- CyberSize.fixed(double value)
-
Tạo size với giá trị cụ thể
const
- CyberSize.wrap()
-
Tạo size wrap content (null)
const
Properties
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