PlaygroundValue class

Constructors

PlaygroundValue({TextAlign textAlign = TextAlign.center, bool fillColor = false, int maxLines = 1, bool hasFocus = false, bool hasStickers = false, bool isEditing = false, PlaygroundBackground? background, GradientBackground? textBackground, bool stickerPickerView = false, bool colorPickerVisibility = false})

Properties

background PlaygroundBackground
final
colorPickerVisibility bool
final
convertedMaxLines int?
no setter
fillColor bool
final
hasFocus bool
final
hashCode int
The hash code for this object.
no setterinherited
hasStickers bool
final
isEditing bool
final
maxLines int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stickerPickerView bool
final
textAlign TextAlign
final
textBackground GradientBackground
final

Methods

copyWith({TextAlign? textAlign, bool? fillColor, bool? hasFocus, bool? editingMode, int? maxLines, bool? hasStickers, bool? isEditing, PlaygroundBackground? background, GradientBackground? textBackground, bool? stickerPickerView, bool? colorPickerVisibility}) PlaygroundValue
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