PatternLockLineAppearance constructor

const PatternLockLineAppearance({
  1. Color color = Colors.grey,
  2. double width = 1.5,
})

Implementation

const PatternLockLineAppearance({
  this.color = Colors.grey,
  this.width = 1.5,
});