rename + add docs
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import './render.dart';
|
||||
|
||||
/// Abstract definition for a [LazyCanvas] background.
|
||||
abstract class CanvasBackground {
|
||||
/// the fill color of background
|
||||
final Color bgColor;
|
||||
|
||||
Reference in New Issue
Block a user