ScrawlWithLocationWidget constructor

const ScrawlWithLocationWidget(
  1. String filePath, {
  2. Key? key,
  3. List<Color> colors = const [Colors.redAccent, Colors.lightBlueAccent],
  4. Color backColor = Colors.black12,
  5. bool showTop = true,
  6. bool enableTransform = true,
  7. String appName = '',
  8. String? authorName = '',
  9. required void saveImage(
    1. Uint8List data
    ),
})

Implementation

const ScrawlWithLocationWidget(
  this.filePath, {
  super.key,
  this.colors = const [Colors.redAccent, Colors.lightBlueAccent],
  this.backColor = Colors.black12,
  this.appLogo,
  this.showTop = true,
  this.enableTransform = true,
  this.appName = '',
  this.authorName = '',
  required this.saveImage,
});