LimitUpdateWidget constructor
const
LimitUpdateWidget({})
Implementation
const LimitUpdateWidget({
Key? key,
required this.platform,
required this.tenant,
required this.authorization,
required this.dailyLimit,
required this.transactionLimit,
required this.title,
required this.baseUrl,
required this.deviceId,
required this.notificationType,
}) : super(key: key);