OtherGridComponentOptions class

OtherGridComponentOptions - Configuration options for the OtherGridComponent.

Constructors

OtherGridComponentOptions({required Color backgroundColor, required List<Widget> children, required double width, required double height, bool showAspect = true, required Color timeBackgroundColor, required bool showTimer, required String meetingProgressTime})
const

Properties

backgroundColor Color
final
children List<Widget>
final
hashCode int
The hash code for this object.
no setterinherited
height double
final
meetingProgressTime String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showAspect bool
final
showTimer bool
final
timeBackgroundColor Color
final
width double
final

Methods

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