GrxFloatingViewStyle class

Constructors

GrxFloatingViewStyle({GrxAspectRatio aspectRatio = GrxAspectRatio.r4x3, double width = Defaults.floatingViewWidth, Border? border, Duration animationDuration = const Duration(milliseconds: 200), BorderRadius? borderRadius})

Properties

animationDuration Duration
final
aspectRatio GrxAspectRatio
final
border Border?
final
borderRadius BorderRadius
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double
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