ShowTopMessageOverlayProperties class
Generated class for _ShowTopMessageOverlayProperties
.
Constructors
- ShowTopMessageOverlayProperties({TextStyle? messageStyle, Widget? icon, double? iconSpacing, Color? backgroundColor, Duration? duration, EdgeInsets? padding, BorderRadius? borderRadius, double? topSpacing, Alignment? alignment, EdgeInsets? margin, BoxConstraints? constraints})
-
Constructs a new instance of ShowTopMessageOverlayProperties
from optional and required parameters.
const
Properties
- alignment → Alignment?
-
No description provided.
final
- alignment$ → Alignment?
-
Returns the value of the alignment field.
If the field is nullable, the return value may be null; otherwise, it
will always return a non-null value.
no setter
- backgroundColor → Color?
-
No description provided.
final
- backgroundColor$ → Color?
-
Returns the value of the backgroundColor field.
If the field is nullable, the return value may be null; otherwise, it
will always return a non-null value.
no setter
- borderRadius → BorderRadius?
-
No description provided.
final
- borderRadius$ → BorderRadius?
-
Returns the value of the borderRadius field.
If the field is nullable, the return value may be null; otherwise, it
will always return a non-null value.
no setter
- constraints → BoxConstraints?
-
No description provided.
final
- constraints$ → BoxConstraints?
-
Returns the value of the constraints field.
If the field is nullable, the return value may be null; otherwise, it
will always return a non-null value.
no setter
- duration → Duration?
-
No description provided.
final
- duration$ → Duration?
-
Returns the value of the duration field.
If the field is nullable, the return value may be null; otherwise, it
will always return a non-null value.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon → Widget?
-
No description provided.
final
- icon$ → Widget?
-
Returns the value of the icon field.
If the field is nullable, the return value may be null; otherwise, it
will always return a non-null value.
no setter
- iconSpacing → double?
-
No description provided.
final
- iconSpacing$ → double?
-
Returns the value of the iconSpacing field.
If the field is nullable, the return value may be null; otherwise, it
will always return a non-null value.
no setter
- margin → EdgeInsets?
-
No description provided.
final
- margin$ → EdgeInsets?
-
Returns the value of the margin field.
If the field is nullable, the return value may be null; otherwise, it
will always return a non-null value.
no setter
- messageStyle → TextStyle?
-
No description provided.
final
- messageStyle$ → TextStyle?
-
Returns the value of the messageStyle field.
If the field is nullable, the return value may be null; otherwise, it
will always return a non-null value.
no setter
- padding → EdgeInsets?
-
No description provided.
final
- padding$ → EdgeInsets?
-
Returns the value of the padding field.
If the field is nullable, the return value may be null; otherwise, it
will always return a non-null value.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- topSpacing → double?
-
No description provided.
final
- topSpacing$ → double?
-
Returns the value of the topSpacing field.
If the field is nullable, the return value may be null; otherwise, it
will always return a non-null value.
no setter
Methods
-
copyWith(
{TextStyle? messageStyle, Widget? icon, double? iconSpacing, Color? backgroundColor, Duration? duration, EdgeInsets? padding, BorderRadius? borderRadius, double? topSpacing, Alignment? alignment, EdgeInsets? margin, BoxConstraints? constraints}) → ShowTopMessageOverlayProperties - Creates a copy of this instance, replacing the specified fields.
-
copyWithout(
{bool messageStyle = true, bool icon = true, bool iconSpacing = true, bool backgroundColor = true, bool duration = true, bool padding = true, bool borderRadius = true, bool topSpacing = true, bool alignment = true, bool margin = true, bool constraints = true}) → ShowTopMessageOverlayProperties - Creates a copy of this instance, removing the specified fields.
-
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