StoryEditorUiSettings class

UI settings for the story editor.

Constructors

StoryEditorUiSettings({String doneText = 'Done', String cancelText = 'Cancel', TextStyle doneButtonsStyle = const TextStyle(color: Colors.white, fontSize: 16), EdgeInsets buttonsPadding = const EdgeInsets.symmetric(horizontal: 8), TextStyle cancelButtonsStyle = const TextStyle(color: Colors.white)})
Constructor.
const

Properties

buttonsPadding EdgeInsets
Padding for the buttons.
final
cancelButtonsStyle TextStyle
Style for the cancel button.
final
cancelText String
Text for the cancel button.
final
doneButtonsStyle TextStyle
Style for the done button.
final
doneText String
Text for the done button.
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