BrandWordmark constructor

const BrandWordmark({
  1. Key? key,
  2. double size = 20,
})

Implementation

const BrandWordmark({super.key, this.size = 20});