menu
storebounty_account package
documentation
orderhistory/orderhistory.dart
OngoingScreen
OngoingScreen const constructor
OngoingScreen const constructor
dark_mode
light_mode
OngoingScreen
constructor
const
OngoingScreen
(
{
Key
?
key
,
required
String
type
,
Color
?
defaultColor
,
required
List
<
Content
>
orderList
,
})
Implementation
const OngoingScreen({super.key, required this.type, this.defaultColor, required this.orderList});
storebounty_account package
documentation
orderhistory/orderhistory
OngoingScreen
OngoingScreen const constructor
OngoingScreen class