LinePlacement.named constructor

const LinePlacement.named(
  1. String name
)

Creates a placement that targets a named grid line.

Implementation

const factory LinePlacement.named(String name) = _NamedLinePlacement;