LinesWidget constructor
const
LinesWidget({
- Key? key,
Creates a LinesWidget.
Implementation
const LinesWidget({Key? key}) : super(key: key);
Creates a LinesWidget.
const LinesWidget({Key? key}) : super(key: key);