BoardDateTimePaddingSettings class

Constructors

BoardDateTimePaddingSettings.new({EdgeInsets calWideWidgetPadding = const EdgeInsets.symmetric(horizontal: 40, vertical: 8), EdgeInsets calStdWidgetPadding = const EdgeInsets.symmetric(horizontal: 8), EdgeInsets calStdVerticalWidgetPadding = const EdgeInsets.symmetric(horizontal: 16, vertical: 8)})
const

Properties

calStdVerticalWidgetPadding EdgeInsets
Specify the padding for calendar standard vertical widget
final
calStdWidgetPadding EdgeInsets
Specify the padding for calendar standard widget
final
calWideWidgetPadding EdgeInsets
Specify the padding for calendar wide widget
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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