UpdateCard constructor
const
UpdateCard({
- Key? key,
- DesktopUpdaterController? controller,
- EdgeInsetsGeometry margin = const EdgeInsets.symmetric(horizontal: 16),
Creates an update card.
When controller is omitted, the card reads the nearest
DesktopUpdaterInheritedNotifier.
Implementation
const UpdateCard({
super.key,
this.controller,
this.margin = const EdgeInsets.symmetric(horizontal: 16),
});