OtherButtons class

Miscellaneous group

Inheritance

Constructors

OtherButtons({bool fullscreen = true, bool codeview = true, bool undo = true, bool redo = true, bool help = true, bool copy = true, bool paste = true})
const

Properties

codeview bool
final
copy bool
final
fullscreen bool
final
hashCode int
The hash code for this object.
no setterinherited
help bool
final
paste bool
final
redo bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
undo bool
final

Methods

getIcons1() List<Icon>
getIcons2() List<Icon>
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