AppBarLeadingIcon constructor

const AppBarLeadingIcon(
  1. {Key? key,
  2. bool isWide = false}
)

Implementation

const AppBarLeadingIcon({super.key, this.isWide = false});