p property

set p (double padding)

Implementation

set p(double padding) =>
    paddingState = NikuState.all(EdgeInsets.all(padding));