KeynoteTextstyles class

A collection of predefined text styles used in Keynote slides.

Constructors

KeynoteTextstyles()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

attribution({Variants? variant, Color? color, double? fontSize}) TextStyle
Returns the attribution text style based on the provided variant. The default variant is Variants.one.
body({Variants? variant, Color? color, double? fontSize}) TextStyle
Returns the body text style based on the provided variant. The default variant is Variants.one.
fact({Variants? variant, Color? color, double? fontSize}) TextStyle
Returns the fact text style based on the provided variant. The default variant is Variants.one.
Returns the footer text style based on the provided variant. The default variant is Variants.one.
heading({Variants? variant, Color? color, double? fontSize}) TextStyle
Returns the heading text style based on the provided variant. The default variant is Variants.one.
quote({Variants? variant, Color? color, double? fontSize}) TextStyle
Returns the quote text style based on the provided variant. The default variant is Variants.one.
section({Variants? variant, Color? color, double? fontSize}) TextStyle
Returns the section title text style based on the provided variant. The default variant is Variants.one.
statement({Variants? variant, Color? color, double? fontSize}) TextStyle
Returns the statement text style.
subtitle({Variants? variant, Color? color, double? fontSize}) TextStyle
Returns the subtitle text style based on the provided variant. The default variant is Variants.one.
subtitleSmall({Variants? variant, Color? color, double? fontSize}) TextStyle
Returns the smaller version of the subtitle text style based on the provided variant. The default variant is Variants.one.
title({Variants? variant, Color? color, double? fontSize}) TextStyle
Returns the title text style based on the provided variant. The default variant is Variants.one.
titleSmall({Variants? variant, Color? color, double? fontSize}) TextStyle
Returns the smaller version of the title text style based on the provided variant. The default variant is Variants.one.