BaseIconLeading constructor

const BaseIconLeading({
  1. Key? key,
  2. double? size,
  3. required IconData? icon,
  4. Widget? child,
  5. Color? background,
})

Implementation

const BaseIconLeading(
    {super.key, this.size, required this.icon, this.child, this.background});