Responsivebility class

Constructors

Responsivebility.of(BuildContext context, {ResponsiveRange range = const ResponsiveRange.empty(), GetBreakpointSizeCallback? breakpointSize, bool useTextScaleFactor = true})
const

Properties

breakpointSize GetBreakpointSizeCallback?
final
hashCode int
The hash code for this object.
no setterinherited
range ResponsiveRange
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useTextScaleFactor bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
size({GetBreakpointSizeCallback? breakpointSize, ResponsiveRange? range, bool? useTextScaleFactor}) double
toString() String
A string representation of this object.
inherited
valueOf<T>({GetBreakpointSizeCallback? breakpointSize, ResponsiveRange? range, bool? useTextScaleFactor, required T when(double size)}) → T

Operators

operator ==(Object other) bool
The equality operator.
inherited