misc library
Functions
-
convertImageToUint32List(
Image image) → Future< Uint32List> -
Converts the given
imageto a Uint32List. -
isPointOnPath(
Offset point, Path path, double pathWidth) → bool -
Checks if the given
pointlies on the specifiedpath. Returns true if the point is on the path, otherwise returns false. -
paintText(
String title, TextStyle? textStyle, Offset cartesian2D, Size size, Canvas canvas) → void -
Paints the specified
titleon thecanvasat the givencartesian2Dposition.