PersistentWidget class

Constructors

PersistentWidget({required Widget child, AlignmentGeometry alignment = Alignment.topRight, bool showInWeb = true, bool showInTablet = false, bool showInMobile = false})
const

Properties

alignment AlignmentGeometry
Alignment of persistent widget in Curtain main page.
final
child Widget
Child of Persistent 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
showInMobile bool
Should show child in mobile.
final
showInTablet bool
Should show child in tablet.
final
showInWeb bool
Should show child in web.
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