space method

TextStyle space(
  1. double height
)

set Font to height

Implementation

TextStyle space(double height) => copyWith(height: height);