FeatherIconTheme constructor

const FeatherIconTheme({
  1. Key? key,
  2. double strokeWidth = 2.0,
  3. required Widget child,
})

Implementation

const FeatherIconTheme({
  Key? key,
  this.strokeWidth = 2.0,
  required Widget child,
}) : super(key: key, child: child);