NeoButton constructor

const NeoButton(
  1. String value, {
  2. Key? key,
  3. bool allCaps = true,
  4. double? width,
})

Implementation

const NeoButton(
  this.value, {
  Key? key,
  this.allCaps = true,
  this.width,
}) : super(key: key);