SolandraPaintingWidget constructor

const SolandraPaintingWidget({
  1. Key? key,
  2. required CustomPainter painter,
})

Implementation

const SolandraPaintingWidget({Key? key, required this.painter})
    : super(key: key);