SelectedAssetsCount constructor

const SelectedAssetsCount({
  1. Key? key,
  2. EdgeInsets padding = const EdgeInsets.only(right: 16, bottom: 16),
  3. 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),
});