SpendLimitCollectionScreen constructor
const
SpendLimitCollectionScreen({
- Key? key,
- required HubbleScreenState state,
Implementation
const SpendLimitCollectionScreen({
super.key,
required this.state,
});