menu
allsql
config/responsive.dart
Responsive
Responsive const constructor
Responsive
brightness_4
brightness_5
Responsive
constructor
const
Responsive
(
{
Key
?
key
,
required
Widget
mobile
,
Widget
?
tablet
,
required
Widget
desktop
}
)
Implementation
const
Responsive({
super
.key,
required
this
.mobile,
this
.tablet,
required
this
.desktop, });
allsql
responsive
Responsive
Responsive const constructor
Responsive class
Constructors
Responsive
Properties
desktop
hashCode
key
mobile
runtimeType
tablet
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==
Static methods
isDesktop
isMobile
isTablet