BaseIconTrailing constructor

const BaseIconTrailing({
  1. Key? key,
  2. double? size,
  3. double width = 40,
  4. required IconData icon,
  5. Color? color,
})

Implementation

const BaseIconTrailing(
    {super.key, this.size, this.width = 40, required this.icon, this.color});