BoarderHelper class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
bottom_line({double? radiusSize, Color? colorBackground, double? widthLine = 1, Color? colorLine})
→ BoxDecoration
-
override
-
box({Color? colorBackground = Colors.transparent, Color? colorLine})
→ dynamic
-
-
button_large({double? radiusSize, Color? colorBackground, double? widthLine, Color? colorLine})
→ BoxDecoration
-
-
cardView({double? radiusSize, Color? colorBackground, Color? colorLine, BorderRadius? radiusBorder})
→ BoxDecoration
-
-
cardViewBlur({required Color colorBackground, required Color colorBlur, required double radiusBoarderSize, required double radiusBlur, BorderRadius? radiusBorder, double widthShadow = 5, BlurStyle blurStyle = BlurStyle.normal, bool makeBlurColorDark = false})
→ BoxDecoration
-
-
cardViewPhysical({required Widget child, required double elevation_radius_value, double? radiusSize, Color? colorBackground, BorderRadius? radiusBorder})
→ Widget
-
-
cardViewShadow({double? radiusSize, Color? colorBackground, double? widthLine = 1, Color? colorLine})
→ BoxDecoration
-
-
rounded({double? radiusSize, Color? colorBackground = Colors.transparent, BorderRadius? radiusBorder, Color? colorLine})
→ dynamic
-
-
test({double? radiusSize, Color? colorBackground, double? widthLine, Color? colorLine})
→ BoxDecoration
-
-
top_line({double? radiusSize, Color? colorBackground, double? widthLine, Color? colorLine})
→ BoxDecoration
-
override