menu
fast_develop package
documentation
widget/basic.dart
PSDisplay
PSDisplay const constructor
PSDisplay const constructor
dark_mode
light_mode
PSDisplay
constructor
const
PSDisplay
(
{
Key
?
key
,
Child
?
primary
,
Child
?
secondary
,
})
Implementation
const PSDisplay({ Key? key, this.primary, this.secondary, }) : super(key: key);
fast_develop package
documentation
widget/basic
PSDisplay
PSDisplay const constructor
PSDisplay class