PaintContainer class
- Inheritance
-
- Object
- SimpleContainer
- PaintContainer
Constructors
-
PaintContainer({required List<
CupertinoDynamicColor> selectedColors, required String languageCode, String name = "Colora", ContainerType type = ContainerType.paint, String direction = "right", int repetitions = 0})
Properties
- axis ↔ String
-
It's a variable that is used to identify the component in the tree.
read / writeinherited
-
container
↔ List<
SimpleContainer> -
It's a variable that is used to identify the component in the tree.
read / writeinherited
- direction ↔ String
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
items
↔ Map<
String, String> -
read / write
-
items2
↔ Map<
Widget, String> -
read / write
- key ↔ Key
-
It's a key that is used to identify the component in the tree.
read / writeinherited
- languageCode ↔ String
-
read / writeinherited
-
moves
↔ List<
SimpleContainer> -
It's a variable that is used to identify the component in the tree.
read / writeinherited
- name → String
-
It's a variable that is used to identify the component in the tree.
finalinherited
- repetitions ↔ int
-
It's a variable that is used to identify the component in the tree.
read / writeinherited
-
repetitionsDisplay
→ List<
Widget> -
final
-
repetitionsIcons
→ List<
Widget> -
final
-
repetitionsText
→ List<
Text> -
final
-
revertedItems
↔ Map<
String, String> -
read / write
-
revertedItems2
↔ Map<
String, Widget> -
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
selectedColors
↔ List<
CupertinoDynamicColor> -
read / write
- type → ContainerType
-
It's a variable that is used to identify the component in the tree.
finalinherited
Methods
-
copy(
) → PaintContainer -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited