GrockFocusedStyle class

Constructors

GrockFocusedStyle({double blurSize = 3, Color blurBackgroundColor = Colors.black, double blurBackgroundColorOpacity = 0.7, Duration openedDuration = const Duration(milliseconds: 200), AlignmentGeometry scaleAlignment = Alignment.center, double borderRadius = 0, bool verticalDrag = false, Widget dragBackgroundWidget = const SizedBox()})

Properties

blurBackgroundColor Color
blurBackgroundColor default value is Colors.black
final
blurBackgroundColorOpacity double
blurBackgroundColorOpacity default value is 0.7
final
blurSize double
blurSize default value is 3
final
borderRadius double
Widget border radius value default value is 0
final
dragBackgroundWidget Widget
Focused background widget
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
openedDuration Duration
animationType Duration value default value is 200 milliseconds
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaleAlignment AlignmentGeometry
animationType is GrockFocusAnimationType.scale, alignment is Alignment
final
verticalDrag bool
Focused vertical drag is enbale
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