menu
psdk_fruit_tspl package
documentation
psdk_fruit_tspl.dart
TPage
TPage.new constructor
TPage.new constructor
dark_mode
light_mode
TPage
constructor
TPage
(
{
required
int
width
,
required
int
height
,
})
Implementation
TPage({ required int width, required int height, }) { _width = width; _height = height; }
psdk_fruit_tspl package
documentation
psdk_fruit_tspl
TPage
TPage.new constructor
TPage class