FlutterDataTableResponsive class

this class is used to give width and heights to the UI

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

Operators

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

Static Methods

checkDeviceTabOrMobile(BuildContext context) bool
check if device is a mobile set or tablet set if mobile then returns true if tablet then it returns false
height(double p, BuildContext context) double
this is for the height if the device is tablet then the any height width size is reduced at 60%
pixel(double p, BuildContext context) double
this is for the pixel if the device is tablet then the any widget pixel size is reduced at 20%
width(double p, BuildContext context) double
this is for the width if the device is tablet then the any widget width size is reduced at 60%