SelectedAssetsCount constructor
const
SelectedAssetsCount({
- Key? key,
- EdgeInsets padding = const EdgeInsets.only(right: 16, bottom: 16),
- Size size = const Size(35, 35),
Implementation
const SelectedAssetsCount({
super.key,
this.padding = const EdgeInsets.only(right: 16, bottom: 16),
this.size = const Size(35, 35),
});