EBImageStyle class
- Inheritance
-
- Object
- EBBaseStyle
- EBImageStyle
Constructors
- EBImageStyle({Color? backgroundColor, double? borderRadius, ObjectFit? objectFit})
-
const
Properties
- backgroundColor → Color?
-
finalinherited
- borderColor → Color?
-
finalinherited
- borderRadius → double?
-
finalinherited
- borderWidth → double?
-
finalinherited
- color → Color?
-
finalinherited
-
fixedSize
→ WidgetStateProperty<
Size?> ? -
finalinherited
- fontFamily → String?
-
finalinherited
- fontSize → double?
-
finalinherited
- fontStyle → FontStyle?
-
finalinherited
- fontWeight → FontWeight?
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double?
-
finalinherited
- letterSpacing → double?
-
finalinherited
-
maximumSize
→ WidgetStateProperty<
Size?> ? -
finalinherited
- maxLines → int?
-
finalinherited
-
minimumSize
→ WidgetStateProperty<
Size?> ? -
finalinherited
- objectFit → ObjectFit?
-
finalinherited
- overflow → TextOverflow?
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- softWrap → bool?
-
finalinherited
- textAlign → TextAlign?
-
finalinherited
- wordSpacing → double?
-
finalinherited
Methods
-
colorToHex(
Color? color) → String? -
inherited
-
fontWeightToString(
FontWeight? fontWeight) → String -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited