StrokesConfig constructor

const StrokesConfig({
  1. Color color = const Color(0x00000000),
  2. double width = 1.0,
  3. bool inner = false,
  4. bool outer = false,
})

Implementation

const StrokesConfig({
  this.color = const Color(0x00000000),
  this.width = 1.0,
  this.inner = false,
  this.outer = false,
});