menu
devilf_engine package
documentation
core/df_size.dart
DFSize
DFSize const constructor
DFSize const constructor
dark_mode
light_mode
DFSize
constructor
const
DFSize
(
double
width
,
double
height
)
创建尺寸
Implementation
const DFSize(this.width, this.height);
devilf_engine package
documentation
core/df_size
DFSize
DFSize const constructor
DFSize class