DefaultBuilderOptions class

Constructors

DefaultBuilderOptions({Duration loaderSwitchDuration = const Duration(seconds: 1), AnimatedSwitcherTransitionBuilder transitionBuilder = DefaultBuilderOptions._transitionBuilder, EdgeInsetsGeometry chapterPadding = const EdgeInsets.all(8), EdgeInsetsGeometry paragraphPadding = const EdgeInsets.symmetric(horizontal: 16), TextStyle textStyle = const TextStyle(height: 1.25, fontSize: 16)})
const

Properties

chapterPadding EdgeInsetsGeometry
final
hashCode int
The hash code for this object.
no setterinherited
loaderSwitchDuration Duration
final
paragraphPadding EdgeInsetsGeometry
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle TextStyle
final
transitionBuilder AnimatedSwitcherTransitionBuilder
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