TableEvent class
Constructors
- TableEvent({@required String title, @required TableEventTime start, @required TableEventTime end, EdgeInsets padding = const EdgeInsets.all(10), EdgeInsets margin, VoidCallback onTap, BoxDecoration decoration, Color backgroundColor = const Color(0xCC2196F3), TextStyle textStyle = const TextStyle(color: Colors.white)})
Properties
- backgroundColor → Color
-
final
- decoration → BoxDecoration
-
final
- end → TableEventTime
-
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- margin → EdgeInsets
-
final
- onTap → VoidCallback
-
final
- padding → EdgeInsets
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- start → TableEventTime
-
final
- textStyle → TextStyle
-
final
- title → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited