SizeRange class

=============---=============

Constructors

SizeRange({Size? screenMinSize, Size? screenMaxSize, Size? mobileSize, Size? tabletSize, Size? desktopSize, Range? fontSizeRange, Map<String, Range>? multiFontSizeRange, DivideRange? divideRange})
  • Card range
  • Properties

    desktopSize Size?
    final
    divideRange DivideRange?
    Range Divder for Mobile, Tablete, and Desktop
    final
    fontSizeRange Range?
  • Minimum and Maximum font size fontSizeRange
  • final
    hashCode int
    The hash code for this object.
    no setterinherited
    mobileSize Size?
  • Fixed screen size screenSize
  • final
    multiFontSizeRange Map<String, Range>?
    final
    runtimeType Type
    A representation of the runtime type of the object.
    no setterinherited
    screenMaxSize Size?
  • Project will be run maximum size of screen screenMaxSize
  • final
    screenMinSize Size?
  • Project will be run minimum size of screen screenMinSize
  • final
    tabletSize Size?
    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