BsModalSize class

Class to set size of BsModal base on breakpint

Constructors

BsModalSize({required List<String> breakPoints, required double width})
Constructor BsModalSize
const

Properties

breakPoints List<String>
define breakPoints for modal size
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
define with of modal
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

Constants

lg → const BsModalSize
define modal size large
md → const BsModalSize
define modal size medium
sm → const BsModalSize
define modal size small
widthLg → const double
define width of large modal
widthMd → const double
define width of medium modal
widthSm → const double
define width of small modal
widthXl → const double
define width of extra large modal
widthXxl → const double
define width of extra extra large modal
xl → const BsModalSize
define modal size extra large
xxl → const BsModalSize
define modal size extra extra large