Navigators class Null safety

Custom widget class for Navigators. It creates navigation bars that fits the needs of the page in which they are implemented. They can provide a goBack button, a ScreenShot button, a logout button or none.

Constructors

Properties

hashCode int
The hash code for this object.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

Creates a navigation bar that contains a title, if there should be a goBack button or not and if there should be a logout button or not.
Creates a navigation bar that contains a title, if there should be a goBack button or not and if there should be a screenshot button or not.
saveAndShare(Uint8List bytes) Future
Saves and shares the image.
saveImage(Uint8List image) Future<String>
Saves the image to the device.