StyleProjection constructor

StyleProjection(
  1. {required StyleProjectionName name}
)

Implementation

StyleProjection({
  required this.name,
});