ButtonStyle.from constructor

ButtonStyle.from(
  1. int value
)

Creates instance of ComponentStyle

Implementation

ButtonStyle.from(int value) : super(value);